home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / Plotter / drawingFuncs.h < prev    next >
C/C++ Source or Header  |  1995-06-12  |  343b  |  15 lines

  1. /* drawingFuncs.h generated from drawingFuncs.psw
  2.    by unix pswrap V1.009  Wed Apr 19 17:50:24 PDT 1989
  3.  */
  4.  
  5. #ifndef DRAWINGFUNCS_H
  6. #define DRAWINGFUNCS_H
  7.  
  8. extern void loadPSProcedures( void );
  9.  
  10. extern void drawCircle(float x, float y, float radius);
  11.  
  12. extern void drawAxes(float x, float y, float width, float height);
  13.  
  14. #endif DRAWINGFUNCS_H
  15.